home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / doom / tw212_sv.zip / MAPS / DOBSP.BAT < prev    next >
DOS Batch File  |  1996-10-18  |  108b  |  6 lines

  1. @echo off
  2. echo This assumes that qbsp is in your path.
  3. pause
  4. for %%i in (*.ent) do qbsp -onlyents %%i
  5.  
  6.